-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename instances of appdata to metainfo #442
Conversation
appdata is deprecated
@@ -107,7 +107,8 @@ build like this is very fast. | |||
|
|||
In order for your application to show up in application stores while testing with a local repository, you might have | |||
to run ``flatpak build-update-repo repo``. | |||
For more information how to publish to application stores see `Appdata files <https://docs.flatpak.org/en/latest/freedesktop-quick-reference.html#appdata-files>`_. | |||
|
|||
For more information how to publish to application stores see `MetaInfo files <https://docs.flatpak.org/en/latest/conventions.html#metainfo-files>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The anchor being broken here should be an expected CI failure
Delete the former as most of the content is now in conventions page. Also add more info about Flatpak icon/desktopfile exports
@TingPing looks like the link needs to be switched back and then once it is deployed needs to be switched to the correct one. Otherwise master branch is failing and not being deployed I think |
Nevermind, sorry looks like it worked now. |
I had to fix webhooks because of a recent readthedocs change. Deployment isn't done by Github so status doesn't matter here. |
See flathub-infra/documentation#208
Most of the content of freedesktop-quick-reference is already in the conventions page and it is essentially a duplicate.